From: Richard M. Stallman Date: Thu, 8 Mar 2007 22:58:08 +0000 (+0000) Subject: (syms_of_keyboard): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1675 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4d303d049fe67e92160cb69722b93484e9312368;p=emacs.git (syms_of_keyboard): Doc fix. --- diff --git a/src/keyboard.c b/src/keyboard.c index a238c838e66..bf7948868ae 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -11397,7 +11397,7 @@ An element of the form (t . EVENT) forces EVENT to be added to that list. */); DEFVAR_LISP ("unread-post-input-method-events", &Vunread_post_input_method_events, doc: /* List of events to be processed as input by input methods. These events are processed before `unread-command-events' -and actual keyboard input without given to `input-method-function'. */); +and actual keyboard input, but are not given to `input-method-function'. */); Vunread_post_input_method_events = Qnil; DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events,